Elasticsearch インストール
注意点
ディスカバリの仕様では AWS の Security Group を元にしているのがある
事前にディスカバリ仕様を確認しておくこと
RPM
import PGP Key
code:shell
import RPM Repo
vim /etc/yum.repos.d/elasticsearch.repo
code:conf
name=Elasticsearch repository for 7.x packages
gpgcheck=1
enabled=1
autorefresh=1
type=rpm-md
install
code:shell
# yum install elasticsearch
start
code:shell
# systemctl start elasticsearch